home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / vbcc / machines / amiga68k / libsrc / ixemul / support / fltsbl.s < prev    next >
Encoding:
Text File  |  1998-06-24  |  162 b   |  10 lines

  1.     xdef    __ieeefltsbl
  2.     xref    ___floatsisf
  3. __ieeefltsbl:
  4.     move.b  4(a7),d0
  5.     ext.w   d0
  6.     ext.l   d0
  7.     move.l  d0,4(a7)
  8.     jmp     ___floatsisf
  9.  
  10.